Specify the metric to order by for Series Limit#1351
Specify the metric to order by for Series Limit#1351mistercrunch merged 1 commit intoapache:masterfrom
Conversation
842b1a7 to
bc43be3
Compare
|
👍 Thanks a lot Maxime. Your very quick help was well above my expectation :) |
caravel/models.py
Outdated
caravel/models.py
Outdated
There was a problem hiding this comment.
too long for PEP8's 80 char limit
caravel/models.py
Outdated
There was a problem hiding this comment.
umm why do we need to override this here?
caravel/models.py
Outdated
There was a problem hiding this comment.
just curious, what's \ at the end? (am new to python)
There was a problem hiding this comment.
python's way of terminating a line on another line
bc43be3 to
472bdf7
Compare
|
@mistercrunch Hi, do you have any plan on enabling metrics ordering? For example, I want to show the first metric on the left in the visualization, but it is always the largest on the left. Just asking... I know you have to prioritize everything. Thanks a lot! |
|
How to specify the order by on metrics (computed columns) ? |
…pache#1351) * feat: add x and y label support for timeseries fix apache#16512 * feat: change label to title * feat: add x/y title to 9 chats * refactor: move config to shared-control * refactor: add chartTitle section config in custom tab * refactor: refactor param names * lint: code lint * refactor: refactor code * lint: lint code * feat: make ypostion clearable false * lint: code lint Co-authored-by: xuzhebin <maxhui2020@gmail.com>
…pache#1351) * feat: add x and y label support for timeseries fix apache#16512 * feat: change label to title * feat: add x/y title to 9 chats * refactor: move config to shared-control * refactor: add chartTitle section config in custom tab * refactor: refactor param names * lint: code lint * refactor: refactor code * lint: lint code * feat: make ypostion clearable false * lint: code lint Co-authored-by: xuzhebin <maxhui2020@gmail.com>
…pache#1351) * feat: add x and y label support for timeseries fix apache#16512 * feat: change label to title * feat: add x/y title to 9 chats * refactor: move config to shared-control * refactor: add chartTitle section config in custom tab * refactor: refactor param names * lint: code lint * refactor: refactor code * lint: lint code * feat: make ypostion clearable false * lint: code lint Co-authored-by: xuzhebin <maxhui2020@gmail.com>
…pache#1351) * feat: add x and y label support for timeseries fix apache#16512 * feat: change label to title * feat: add x/y title to 9 chats * refactor: move config to shared-control * refactor: add chartTitle section config in custom tab * refactor: refactor param names * lint: code lint * refactor: refactor code * lint: lint code * feat: make ypostion clearable false * lint: code lint Co-authored-by: xuzhebin <maxhui2020@gmail.com>
Used to be based on the first metric from the metric multi-choice, but there's the use case where you don't want to show the metric you are sorting by. It will still default to use the first metric if the new select is empty